Micron Document
Fox's Git Mirrors

Node / rns-mirrors / Reticulum-Go.git / files / examples / wasm / vendor / github.com / quic-go / quic-go / sys_conn_helper_nonlinux.go

Displaying Raw • Download

examples/wasm/vendor/github.com/quic-go/quic-go/sys_conn_helper_nonlinux.go 83609bcb589eb3cfc35b98ecc0b3327b2ae99d77 (83609bcb) Text, 371 B

//go:build !linux

package quic

func forceSetReceiveBuffer(c any, bytes int) error { return nil }
func forceSetSendBuffer(c any, bytes int) error { return nil }

func appendUDPSegmentSizeMsg([]byte, uint16) []byte { return nil }
func isGSOError(error) bool { return false }
func isPermissionError(err error) bool { return false }

Served by rngit 1.5.2 - Generated in 0.02s